Contents | < Browse | Browse >
STRINGS sourcefile [count]

* STRINGS displays all valid ASCII strings in a file which have a
  length greater than or equal to the count. If no count is given,
  a default of 10 characters is used.
* This command is very useful for finding out which libraries a
  program uses.

eg.     strings c:zshell 20
        strings c:mount